Global.SetHandle


Sets the contents of a global.

prototype Global.SetHandle( string name,
                            handle value );

Parameters:
name : The name of the global to set.
value : The value with which to set the global.

Return value:
None.

Notes:
The global will only change if the global is of the same type. Globals must exist before they can be set.

See also:
Global.SetInt, Global.SetFloat, Global.SetBool, Global.SetString, Global.SetList, Global.SetSet.